home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 24 / 8 / 2 / GO.BAT < prev    next >
DOS Batch File  |  1990-11-06  |  3KB  |  45 lines

  1. echo off
  2. if exist install.exe goto l010
  3. cls
  4. echo        ██████████████████████████████████████████████████████████████████
  5. echo       ███                                                              ███
  6. echo       ███   Please CHANGE to DRIVE in which INSTALL DISK is inserted   ███
  7. echo       ███                                                              ███
  8. echo       ███   For example:      A: (enter)     or      B: (enter)        ███
  9. echo       ███                                                              ███
  10. echo       ███   Then retry: GO                                             ███
  11. echo       ███                                                              ███
  12. echo        ██████████████████████████████████████████████████████████████████
  13. goto l020
  14. :l010
  15. cls
  16. echo      █████████████████████████████████████████████████████████████████████
  17. echo      ██                                                                 ██
  18. echo      ██  ╔═══════════════════════════════════════════════════════════╗  ██
  19. echo      ██  ╚═════════════  WELCOME to ONLINE BIBLE v 5.00 ═════════════╝  ██
  20. echo      ██                                                                 ██
  21. echo      █████████████████████████████████████████████████████████████████████
  22. echo      **                                                                 **
  23. echo      ██                                                                 ██
  24. echo      ██  Please read the installation instructions on the next screen.  ██
  25. echo      ██                                                                 ██
  26. echo      ██  ╔╦═════════════════════════════════════════════════════════╦╗  ██
  27. echo      ██  ╠╝ If anything shouldest go wrong, use Ctrl-Break to stop. ╚╣  ██
  28. echo      ██  ╠╗  "a write-protect tab covereth a multitude of sins..."  ╔╣  ██
  29. echo      **  ╚╩═════════════════════════════════════════════════════════╩╝  **
  30. echo      █████████████████████████████████████████████████████████████████████
  31. pause
  32. view read.me
  33. view shareware.doc
  34. cls
  35. if exist read.me2 view read.me2
  36. if exist read.me2 goto l020
  37. echo      █████████████████████████████████████████████████████████████████████
  38. echo      **                                                                 **
  39. echo      ██                                                                 ██
  40. echo      ██            Type "install" to begin the installation.            ██
  41. echo      ██                                                                 ██
  42. echo      **                                                                 **
  43. echo      █████████████████████████████████████████████████████████████████████
  44. :l020
  45.